@charset "utf-8";

/* CSS Document */

body {
	background-image: "116a8.JPG";
	}
body h2 {
}


h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 3.5em;
    color: #30197F;
}

h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.875em;
    color: #005400;	
	}

h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
	margin-left: 100px;
    color: #53310B;	
	}

h4 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.0em;
	color: #000000;	
	}

p {font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #272727;
}

p-list {font-family: "Times New Roman", Times, serif;
    font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
}

	/* unvisited link */
a:link {
  color: #000076;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5;
}

/* visited link */
a:visited {
  color: #006400;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5;
}

/* mouse over link */
a:hover {
  color: red;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5;
}

/* selected link */
a:active {
  color: yellow;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5;
}

